DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetViewForSupplementaryElement Method

In This Topic
    GetViewForSupplementaryElement Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetViewForSupplementaryElement( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal elementKind As Foundation.NSString, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) As UIKit.UICollectionReusableView
    public override UIKit.UICollectionReusableView GetViewForSupplementaryElement( 
       UIKit.UICollectionView collectionView,
       Foundation.NSString elementKind,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    collectionView
    elementKind
    indexPath
    See Also